Properties of the TCustomDAConnection class.
For a complete list of the TCustomDAConnection class members, see the TCustomDAConnection Members topic.
Public
Name | Description |
ConnectDialog |
Allows to link a TCustomConnectDialog component.
|
ConnectString |
Used to specify the connection information, such as: UserName, Password, Server, etc.
|
ConvertEOL |
Allows customizing line breaks in string fields and parameters.
|
InTransaction |
Indicates whether the transaction is active.
|
LoginPrompt |
Specifies whether a login dialog appears immediately before opening a new connection.
|
Options |
Specifies the connection behavior.
|
Password |
Serves to supply a password for login.
|
Pooling |
Enables or disables using connection pool.
|
PoolingOptions |
Specifies the behaviour of connection pool.
|
Server |
Serves to supply the server name for login.
|
Username |
Used to supply a user name for login.
|
See Also